home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts6-06
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: interface and implementation question for a class
- Date: Sat, 09 Mar 96 20:29:24 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4hspng$rsm@sam.inforamp.net>
- References: <3140464A.5B9B@village.ios.com>
- NNTP-Posting-Host: ts6-06.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <3140464A.5B9B@village.ios.com>,
- Keith Boruff <kboruff@village.ios.com> wrote:
- >If it matters, my compiler is Borland Turbo C++ 4.5 for Windows, But I am
- compiling these
- >programs as easy Win applications (pseudo DOS)
-
- Good. Simply add the library time.lib to the project, like you would add a
- source file. Your project would look like this.
-
- timedriv.exe
- -timedriv.cpp
- -time.lib
-
- Hope this helps.
-
- Agrivar
-